|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.interactions.core.commands.ConversationCommand
org.eclipse.vtp.framework.interactions.core.commands.EndMessageCommand
public final class EndMessageCommand
A command that ends the conversation with the user.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.vtp.framework.interactions.core.commands.ConversationCommand |
|---|
INPUT_TYPE_CUSTOM, INPUT_TYPE_FILE, OUTPUT_TYPE_FILE, OUTPUT_TYPE_TEXT |
| Constructor Summary | |
|---|---|
EndMessageCommand()
Creates a new EndMessageCommand. |
|
| Method Summary | |
|---|---|
java.lang.Object |
exportContents()
Exports the contents of this command to a simple structure of arrays and serializable values from java.lang. |
void |
importContents(java.lang.Object contents)
Configures the contents of this command with a structure previously returned from ICommand.exportContents(). |
| Methods inherited from class org.eclipse.vtp.framework.interactions.core.commands.ConversationCommand |
|---|
accept |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EndMessageCommand()
| Method Detail |
|---|
public java.lang.Object exportContents()
ICommandjava.lang.
public void importContents(java.lang.Object contents)
ICommandICommand.exportContents().
contents - The exported contents structure to load from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||